home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / UTIL / memv197.exe / Memv1.97.exe / 0 / RCDATA / TAPROPOS / TAPROPOS.txt < prev   
Encoding:
Text File  |  1998-10-23  |  1.7 KB  |  83 lines

  1. object Apropos: TApropos
  2.   Left = 403
  3.   Top = 305
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'About Mem Viewer v1.97'
  7.   ClientHeight = 73
  8.   ClientWidth = 217
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnHide = FormHide
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object GroupBox1: TGroupBox
  21.     Left = 5
  22.     Top = 3
  23.     Width = 169
  24.     Height = 65
  25.     Caption = 'Infos'
  26.     TabOrder = 0
  27.     object Label1: TLabel
  28.       Left = 8
  29.       Top = 16
  30.       Width = 28
  31.       Height = 13
  32.       Caption = 'URL :'
  33.     end
  34.     object URLLabel1: TURLLabel
  35.       Left = 48
  36.       Top = 16
  37.       Width = 106
  38.       Height = 13
  39.       Cursor = 25
  40.       Caption = 'www.altern.org/gene6'
  41.       Font.Charset = DEFAULT_CHARSET
  42.       Font.Color = clBlue
  43.       Font.Height = -11
  44.       Font.Name = 'MS Sans Serif'
  45.       Font.Style = [fsUnderline]
  46.       ParentFont = False
  47.     end
  48.     object Label2: TLabel
  49.       Left = 8
  50.       Top = 40
  51.       Width = 35
  52.       Height = 13
  53.       Caption = 'E-Mail :'
  54.       Color = clBtnFace
  55.       ParentColor = False
  56.     end
  57.     object URLLabel2: TURLLabel
  58.       Left = 48
  59.       Top = 40
  60.       Width = 85
  61.       Height = 13
  62.       Cursor = 25
  63.       LabelType = hmMAIL
  64.       Caption = 'gene6@altern.org'
  65.       Font.Charset = DEFAULT_CHARSET
  66.       Font.Color = clBlue
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = [fsUnderline]
  70.       ParentFont = False
  71.     end
  72.   end
  73.   object Button1: TButton
  74.     Left = 180
  75.     Top = 11
  76.     Width = 31
  77.     Height = 57
  78.     Caption = '&Ok'
  79.     TabOrder = 1
  80.     OnClick = Button1Click
  81.   end
  82. end
  83.